/* Start Override */
.main-top-nav .dropdown-menu,
.nav-dropdown .dropdown-menu{
    left: 0;
}
.inner-nav .navbar-toggle {
    margin-right: unset;
    margin-left: unset;
}
/* End Override */
body{
    direction: rtl;
    font-family: cairo;
}
.owl-custom-nav button{
    transform: rotate(180deg);
}
.home-tables .table-overview th:first-of-type,
.home-tables .table-overview td:first-of-type{
    border-radius: 0 15px 15px 0;
}
.home-tables .table-overview th:last-of-type,
.home-tables .table-overview td:last-of-type {
    border-radius: 15px 0 0 15px;
}
.form-check-input {
    margin-right: -1.25rem;
}
.login-p{
    text-align: right;
}
.inner-nav .nav-link::after{
    left: 0;
    right: unset;
}
.nav-dropdown .dropdown-menu{
    right: unset;
    left: 0;
}

.side-bar ul ul{
    padding: 0 15px 0 5px;
    display: none;
}
.side-bar ul ul li a{
    position: relative;
    display: block;
    color: var(--main-font-color);
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px 10px 15px;
}

.secondary-menu ul li .menu-link-count{
    left: 0;
    right: initial;
}

html:dir(rtl) [tooltip][flow^="right"]::before {
    left: calc(0em - 5px);
    right: initial;
    transform: translate(.5em,50%);
}html:dir(rtl) [tooltip][flow^="right"]::before {
     border-right-width: 0;
     border-left-color: #5f0287;
     border-right-color: initial;
     border-left-width: 6px;
 }
html:dir(rtl) [tooltip][flow^="right"]::after {
    left: initial;
    right: calc(100% + 5px);
}